ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Resource1 Class / CreateSharedHandle Method / CreateSharedHandle(String,SharedResourceFlags,Nullable<SecurityAttributes>) Method

In This Topic
    CreateSharedHandle(String,SharedResourceFlags,Nullable<SecurityAttributes>) Method
    In This Topic
    Creates a handle to a shared resource. You can then use the returned handle with multiple Direct3D devices.
    Syntax
    'Declaration
     
    Public Overloads Function CreateSharedHandle( _
       ByVal name As System.String, _
       ByVal dwAccess As SharedResourceFlags, _
       Optional ByVal attributesRef As System.Nullable(Of SecurityAttributes) _
    ) As System.IntPtr
    public System.IntPtr CreateSharedHandle( 
       System.string name,
       SharedResourceFlags dwAccess,
       System.Nullable<SecurityAttributes> attributesRef
    )

    Parameters

    name
    dwAccess
    attributesRef
    See Also